Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix internal dependencies not bumped in main package.json #1736

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

matyasf
Copy link
Collaborator

@matyasf matyasf commented Oct 14, 2024

Closes: INSTUI-4329

version bump is done with the lerna bump command, this does not touch the main package.json. Lerna's recommended way is to use the workspace protocol instead, see lerna/lerna#2153 (comment)

TEST PLAN:
try npm run bump, it should not alter version in the main package.json

Closes: INSTUI-4329

version bump is done with the lerna bump command, this does not touch the main package.json. Lerna's
recommended way is to use the workspace protocol instead, see
lerna/lerna#2153 (comment)
TEST PLAN:
try npm run bump, it should not alter version in the main package.json
@matyasf matyasf self-assigned this Oct 14, 2024
Copy link

github-actions bot commented Oct 14, 2024

PR Preview Action v1.4.8
Preview removed because the pull request was closed.
2024-10-16 12:25 UTC

@matyasf matyasf merged commit a0829ec into master Oct 16, 2024
11 checks passed
@matyasf matyasf deleted the fix_version_not_bumped branch October 16, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants